home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / russell / russell.lha / examples / sep_test.r < prev    next >
Text File  |  1989-12-29  |  191b  |  8 lines

  1. (* Simple example of separate compilation facility. *)
  2. (* Compile identity.r first.                        *)
  3. let
  4.     identity == extern { "identity" }
  5. in
  6.     put[identity[13]]; put["\n"]
  7. ni
  8.